Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Node / ReticulumProjects / MeshChatX.git / files / scripts / ci / github-install-poetry.sh

Displaying Raw • Download


scripts/ci/github-install-poetry.sh v4.5.0-rc.2 (1394a44a) Text, 378 B

T8b949e#!/usr/bin/env bash
T8b949e# Install Poetry from PyPI with an explicit version (no third-party installers).
T8b949e# Set POETRY_VERSION to override the default.
Tffa657set -euo pipefail

Te6edf3POETRY_VERSIONTff7b72=Ta5d6ff"Tffd700${Te6edf3POETRY_VERSIONTff7b72:-Te6edf32Tb4b4b4.3.4Tffd700}Ta5d6ff"

python -m pip install --disable-pip-version-check --upgrade pip
python -m pip install --disable-pip-version-check Ta5d6ff"Ta5d6ffpoetry==Tffd700${Te6edf3POETRY_VERSIONTffd700}Ta5d6ff"
python -m poetry --version


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────